SftTree/NET 2.0

ScrollUp Method, SftTree Class

Softel vdm, Inc.

Scrolls the items in the item area up by the specified number of items.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Sub ScrollUp()
Public Sub ScrollUp( ByVal lines As Integer )

C#   

public void ScrollUp();
public void ScrollUp( int lines );

C++   

public: void ScrollUp();
public: void ScrollUp( int lines );

lines

Defines the number of items. The default is 1.

Comments

The ScrollUp method scrolls the items in the item area up by the specified number of items.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com